Skip to content

Update SpacemanDMM suite to 1.11#592

Closed
Absolucy wants to merge 12 commits into
PentestSS13:masterfrom
Absolucy:sdmm-update
Closed

Update SpacemanDMM suite to 1.11#592
Absolucy wants to merge 12 commits into
PentestSS13:masterfrom
Absolucy:sdmm-update

Conversation

@Absolucy

@Absolucy Absolucy commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

About The Pull Request

Updates SPACEMAN_DMM_VERSION to suite-1.11 in dependencies.sh, for the https://github.com/SpaceManiac/SpacemanDMM/releases/tag/suite-1.11 release

basically a 1-line port of tgstation/tgstation#92811

also fixed some linter errors that were popping up with the latest sdmm

Why It's Good For The Game

So 516 things like alists, load_ext, for(k,v), etc can be used without failing linters - which i noticed occurring on #543, for example

Changelog

No player-facing changes

Comment thread code/modules/power/singularity/field_generator.dm Outdated
complexity = 3

/obj/item/mod/module/power_kick/on_throw_impact(mob/living/source, obj/target, datum/thrownthing/thrownthing)
SIGNAL_HANDLER

@Absolucy Absolucy Feb 25, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was unneeded, as the original on_throw_impact has SIGNAL_HANDLER, which SDMM will still use even if we override the whole proc.

return ..()

/obj/item/clothing/gloves/radio/advanced/handle_speech(datum/source, list/speech_args)
SIGNAL_HANDLER

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

original handle_speech has SIGNAL_HANDLER so this is unneeded

@github-actions

github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@Ossa88

Ossa88 commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

Applied some comments, and noticed that during the obj to atoms pr that random signal handler was removed... meaning the comment block that removed it was no longer required.

@Ossa88

Ossa88 commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

god damn it i didnt even notice that the proc was duplicated because the cherrypick added it in... bleh

Updated SPACEMAN_DMM_VERSION for pentest.
@Ossa88 Ossa88 enabled auto-merge March 21, 2026 10:08
@Ossa88 Ossa88 disabled auto-merge March 21, 2026 10:13
@Ossa88 Ossa88 enabled auto-merge March 21, 2026 10:14
@Ossa88 Ossa88 added this pull request to the merge queue Mar 22, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 22, 2026
@Ossa88 Ossa88 added this pull request to the merge queue Mar 22, 2026
@Ossa88

Ossa88 commented Mar 22, 2026

Copy link
Copy Markdown
Collaborator

Merge attempt # 2... I am so going to murder whatever keeps failing these tests....

@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 22, 2026
@Absolucy Absolucy closed this Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants